.lianxi_wm_list{
	height: 280px;
	margin-top: 38px;
	margin-bottom: 60px;
}
.lianxi_wm_list ul {
	width: 1250px;
}

.lianxi_wm_list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 286px;
	height: 280px;
	border: 1px solid #ccc;
	margin-right: 18px;
}

.lianxi_wm_list li:after {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#2495dc;
	z-index: -1;
}

.lianxi_wm_list li:hover:after {
	display: block;
}

.lianxi_wm_list li:hover {
	border: none;
	padding: 1px;
	color: #fff;
}

.lianxi_wm_img {
	width: 113px;
	height: 113px;
	margin: 36px auto 16px;
	border-radius: 50%;
	background:#2495dc;
	overflow: hidden;
	position: relative;
}

.lianxi_wm_list li:hover .lianxi_wm_img span {
	z-index: 99;
}

.lianxi_wm_list li:hover .lianxi_wm_img {
	background: #fff;
}

.lianxi_wm_img img {
	display: block;
	margin: 27px auto;
	display: block;
    margin: 20px auto;
    width: 55%;
}

.lianxi_wm_img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.lianxi_wm_bot {
	padding-top: 19px;
	margin-top: 19px;
	text-align: center;
	position: relative;
}

.lianxi_wm_bot:after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background:#2495dc;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
}

.lianxi_wm_list li:hover .lianxi_wm_bot:after {
	background: #fff;
}

.lianxi_wm_bot h4 {
	font-size: 20px;
	color: #333;
}
.lianxi_wm_bot a{
	width: 124px;
	height: 36px;
	border-radius: 2px;
	background:#2495dc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color:#fff;
	margin: 10px auto;
}

.lianxi_wm_bot p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 6px;
}

.lianxi_wm_list li:hover .lianxi_wm_bot h4,
.lianxi_wm_list li:hover .lianxi_wm_bot p {
	color: #fff;
}
.lianxi_wm_list li:hover .lianxi_wm_bot a{
	background:#fff;
	color:#2495dc;
}

.lianxi_che{
	height: 80px;
	background:#f5f5f5;
	margin-bottom: 42px;
	padding-left: 82px;
	background-image: url(../images/lx-car.png);
	background-repeat: no-repeat;
	background-size: 58px 46px;
	background-position: 10px 16px;
	
}
.lianxi_che h2{
	display: inline-block;
	float:left;
	line-height: 80px;
	font-size: 24px;
	color:#333;
	font-weight: 500;
}
.lianxi_che a{
	line-height: 80px;
	display: inline-block;
	float: right;
	color: #2495dc;
	margin-right: 40px;
	font-size: 20px;
	padding-left: 36px;
	background: url(../images/lx-ss.png) no-repeat left center;
	background-size:24px 24px;
}
.lianxi_luxian{
	display: flex;
	height: 200px;
	border: 1px solid #d9d9d9;
	margin-bottom: 60px;
}
.lianxi_luxian div{
	display:inline-block;
	width: 400px;
	height: 100%;
	border-right: 1px solid #d9d9d9;
	padding: 0 40px;
}
.lianxi_luxian>div:last-child {
	border: none;
}
.lianxi_luxian h3{
	font-size: 24px;
	color: #4c4c4c;
	line-height: 54px;
	padding-top: 10px;
	font-weight: 500;
}
.lianxi_luxian p{
	font-size: 16px;
	color:#666666;
	padding-top: 10px;
	line-height: 40px;
}
.lianxi_luxian h6{
	font-size: 16px;
	color:#666666;
	padding-top: 10px;
	line-height: 26px;
}
.ditu{
	height: 482px;
	margin-bottom: 120px;
}
.gy_nav{
	width: 100%;
	height: 80px;
}
.gy_nav_left{
	display: inline-block;
	float: left;
	width: 732px;
	height: 80px;
}
.gy_nav ul{
	display: flex;
	width: 100%;
	height: 100%;
}
.gy_nav ul li{
	display: inline-flex;
	width: 122px;
	height: 100%;
}
.gy_nav ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color:#333;
	align-items: center;
	justify-content: center;
	/* font-weight: 700; */
	position: relative;
}
.gy_nav ul li a.active:after{
	content: '';
	display: block;
	width: 34px;
	height: 2px;
	background:#2495dc;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -17px;
}
.gy_nav_right{
	display: inline-block;
	float: right;
	width: 160px;
	height: 44px;
	border-radius: 2px;
	overflow: hidden;
	background:#2495dc;
	margin-top: 18px;
}
.gy_nav_right a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 44px;
	color:#fff;
	padding-left: 48px;
	background-image: url(../images/duihua.png);
	background-size: 20px 16px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
.gs_rongyu{
	width: 100%;
	height: auto;
	padding-top: 58px;
	padding-bottom: 60px;
	background-image: url(../images/ys-beijing2.jpg);
	background-size: cover;
	background-repeat:no-repeat ;
	background-position: center;
	box-shadow: 0 -2px 3px -1px gainsboro;
}
.gs_jianjie_box{
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	margin-bottom: 120px;
}
.gs_jj_l{
	width: 516px;
	height: 324px;
	position: relative;
}
.gs_jj_l:after{
	content: '';
	display: block;
	width: 56px;
	height: 56px;
	background:#2495dc;
	position: absolute;
	bottom: 0;
	left:0;
}
.gs_jj_l>span{
	width: 504px;
	height: 314px;
	position: absolute;
	top:0;
	right:0;
	z-index: 9;
	overflow: hidden;
}
.gs_jj_l span img{
	widows: 100%;
	height: 100%;
	transition: all 0.5s;
}
.gs_jj_l:hover>span img{
	transform: scale(1.06);
}
.gs_jj_r{
	width: 616px;
	height: auto;
}
.gs_jj_r>span{
	display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    text-align: center;
}
.gs_jj_r>span img{
	/* width: 100%; */
	height: 40px;
}

.gs_jj_r p{
	font-size: 16px;
	color:#9e9e9e;
	line-height: 34px;
}
.gs_jj_r p>span{
	color:#2495dc;
}
.ry_zizhi{
	width: 100%;
	height: auto;
}
.ry_zizhi>span{
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
	margin: 0 auto 50px;
}
.ry_zizhi>span img{
	/* width: 100%; */
	height: 100%;
}
.culture-item{
    background: #fff;
    padding: 4% 0;
    border-radius: 8px;
}
.yn_lingxian{
	width: 100%;
	height: 284px;
}
.yn_lingxian ul{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.yn_lingxian ul li{
	display: inline-flex;
	width: 228px;
	height: 284px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 6px 0 rgba(220,220,220,0.8);
}
.yn_lingxian ul li a{
	display: flex;
	width: 100%;
	height: 100%;
}
.yn_lingxian ul li a .qyln_img{
	width: 100%;
	height: 100%;
	background:#fff;
}
.yn_lingxian ul li a .qyln_img:hover{
	background:#2495dc;
}
.yn_lingxian ul li a .qyln_img span{
	display: flex;
	align-content: center;
	justify-content: center;
	position: relative;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	overflow: hidden;
	margin: 34px auto 16px;
	background:#f0f0f0;
}
.yn_lingxian ul li a .qyln_img:hover span{
	background:#fff;
}
.yn_lingxian ul li a .qyln_img span img{
	width: auto;
	height: 44px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.yn_lingxian ul li a .qyln_img span img:nth-child(2){
	display: none;
}
.yn_lingxian ul li a .qyln_img:hover span img:nth-child(2){
	display: block;
}
.yn_lingxian ul li a .qyln_img h2{
	height: 40px;
	font-size: 20px;
	color:#9e9e9e;
	position: relative;
	text-align: center;
	margin-bottom: 12px;
}
.yn_lingxian ul li a .qyln_img h2:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background:#9e9e9e;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -20px;
}
.yn_lingxian ul li a .qyln_img p{
	font-size: 16px;
	color:#9e9e9e;
	line-height: 26px;
	text-align: center;
}
.yn_lingxian ul li a .qyln_img:hover h2,
.yn_lingxian ul li a .qyln_img:hover p{
	color:#fff;
}
.yn_lingxian ul li a .qyln_img:hover h2:after{
	background:#fff;
}
.gg_shebei{
	width: 100%;
	/* height: 100%; */
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../images/ys-beijing.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.gg_shebei_in{
	width: 100%;
	height: auto;
	margin-bottom: 120px;
}
.gg_shebei_in>span{
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
	margin: 0 auto 44px;
}
.gg_shebei_in>span img{
	/* width: 100%; */
	height: 100%;
}
.gg_shebei_in p{
	font-size: 	16px;
	line-height: 28px;
	color:#666;
	margin-bottom: 28px;
}
.gg_shebei_in p>span{
	color:#2495dc;
}
.sb_img{
	width: 100%;
	height: auto;
}
.sb_img>span{
	display: block;
	width: 100%;
	height: 320px;
	margin-bottom: 22px;
	overflow: hidden;
}
.sb_img>span img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.sb_img>span:hover img{
	transform: scale(1.06);
}
.sb_img ul{
	display: flex;
	width: 100%;
	height: 266px;
	justify-content: space-between;
}
.sb_img ul li{
	display: inline-flex;
	width: 282px;
	height: 100%;
}
.sb_img ul li span{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sb_img ul li span img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
} 
.sb_img ul li span:hover img{
	transform: scale(1.06);
}
.sw_tuandui{
	width: 100%;
	height: auto;
}
.sw_tuandui>span{
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
	margin: 0 auto 46px;
}
.sw_tuandui>span img{
	/* width: 100%; */
	height: 100%;
}
.sw_tuandui>p{
	font-size: 16px;
	color:#666;
	line-height: 38px;
	margin-bottom: 24px;
}
.sw_tuandui>p span{
	color:#2495dc;
}
.hz_houban{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-image: url(../images/ys-beijing2.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}
.hz_houban_in{
	height: auto;
}
.hz_houban_in>span{
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
	margin: 0 auto 42px;
}
.hz_houban_in>span img{
	/* width: 100%; */
	height: 100%;
}
.hz_houban_in ul{
	display: flex;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hz_houban_in ul li{
	display: inline-flex;
	width: 232px;
	height: 110px;
	margin: 0 8px 8px 0;
	border:1px solid #dcdcdc;
	overflow: hidden;
	background:#fff;
	align-items: center;
	justify-content: center;
}
.hz_houban_in ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74%;
	height: 74%;
}
.hz_houban_in ul li span img{
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.hz_houban_in ul li:hover span img{
	transform: scale(1.06);
}
.remen_gjc{
    height: 60px;
    width: 100%;
    background:#fff;
    overflow: hidden;
}
.remen_gjc_in{
    height: 60px;
}
.remen_gjc_l{
    display: inline-block;
    float:left;
    width: 760px;
}
.remen_gjc_l h2{
    font-size: 16px;
    line-height: 60px;
    color:#666;
    display: inline-block;
    float:left;
    margin-right: 20px;
    font-weight: 700;
}
.remen_gjc_l li{
    display: inline-block;
    float:left;
    width: auto;
    height: 60px;
    padding: 0 18px;
}
.remen_gjc_l li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color:#666;
    line-height: 60px;
}
.remen_gjc_l li a:hover{
    color:#2495dc;
}
.index_search_right{
    height: 36px;
    width: 276px;
    border-radius: 18px;
    background:#ededed;
    margin-top: 12px;
    display: inline-block;
    float:right;
}
.index_search_right input{
    background:none;
    /* padding-left: 46px; */
    font-size: 16px;
    line-height: 36px;
    color:#d3d3d3;
    background-size: 20px 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.buttonT{
    background:none;
    padding-left: 46px;
    font-size: 16px;
    line-height: 36px;
    color:#d3d3d3;
    background-image: url(../images/ay-ss.png)!important;
    background-size: 20px 20px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.sheji_yf{
    height: 220px;
    width: 100%;
    box-shadow: inset 1px 1px 2px 2px rgba(220,220,220,0.6);
}
.sheji_yf_in{
    height: 100%;
    padding-top: 44px;
}
.sheji_yf_in li{
    display: inline-block;
    float:left;
    width: 25%;
    height: 130px;
    border-right:1px solid #e3e3e3;
    text-align: center;
    padding-top: 10px;
}
.sheji_yf_in li:last-child{
    border-right:none;
}
.sheji_yf_in li h3 a{
    font-size: 28px;
    color:#333;
    font-weight: 700;
}
.sheji_yf_in li:hover h3 a{
	color:#089647;
}
.sheji_yf_in li h3 a b{
    font-size: 70px;
    line-height: 80px;
    color:#333;
    font-weight: 900;
}
.sheji_yf_in li:hover h3 a b{
	color:#089647;
}
.sheji_yf_in li p{
    font-size: 18px;
    line-height: 22px;
    color:#666;
    margin-top: 8px;
}

.gs_xinwen{
	height: auto;
	margin-bottom: 72px;
	margin-top: 40px;
}
.g_xinwen_list{
	width:100%;
	height: 210px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px 2px rgba(220,220,220,0.5);
	margin-bottom: 22px;
	overflow: hidden;
}
.g_xinwen_list a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 14px;
}
.g_xinwen_list a span{
	display: block;
	width: 246px;
	height: 176px;
	display: inline-block;
	float:left;
	margin-right:26px;
	overflow: hidden;
}
.g_xinwen_list a span img{
    width: 100%;
    max-width: 100%;
}
.g_xinwen_in{
	height: auto;
	width: 734px;
	display: inline-block;
	float:left;
	padding-top: 26px;
}
.g_xinwen_in h2{
	height: 18px;
	font-size: 18px;
	color:#333;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.g_xinwen_in h3{
	height: 54px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 24px;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.g_xinwen_in p{
	font-size: 14px;
	color:#ccc;
	margin-top: 16px;
}
.g_xinwen_time{
	display: inline-block;
	float:right;
	margin-right: 38px;
	padding-top: 32px;
}
.g_xinwen_time h4{
	font-size: 70px;
	color:#ccc;
	line-height: 70px;
	position: relative;
}
.g_xinwen_time h4:after{
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background:#ccc;
	position: absolute;
	bottom: -5px;
	right:0;
}
.g_xinwen_time p{
	font-size: 18px;
	color:#ccc;
	line-height: 46px;
	text-align: right;
}
.g_xinwen_list a:hover{
	background: #2495dc;
}
.g_xinwen_list a:hover .g_xinwen_time p,.g_xinwen_list a:hover .g_xinwen_time h4,
.g_xinwen_list a:hover .g_xinwen_in h2,.g_xinwen_list a:hover .g_xinwen_in h3,
.g_xinwen_list a:hover .g_xinwen_in p{
	color:#fff;
}
.g_xinwen_list a:hover .g_xinwen_time h4:after{
	background: #fff;
}

/* .newstabs{
    text-align: center;
} */
.lengque {
	margin: 24px auto;
    text-align: center;
}
.lengque li{
	display: inline-block;
	width: 180px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 24px;
}
.lengque li a{
	display: block;
	width: 100%;
	height: 100%;
	border:1px solid #c2c2c2;
	font-size: 18px;
	line-height: 60px;
	font-weight: 700;
	color:#9e9e9e;
	text-align: center;
}
.lengque li.active a,.lengque li:hover a{
	background:#2495dc;
	border:none;
	color:#fff;
}


.xiangqing_box{
    height: auto;
    box-shadow: 1px 1px 2px 2px rgba(220,220,220,0.6);
    padding: 68px 96px 74px;
    border-radius: 6px;
    margin-bottom: 70px;
	margin-top: 30px;
	position: relative;
}
.xiangqing_box img{
    width: 100%;
    max-width: 100%;
}
.xq_title{
    height: auto;
    text-align: center;
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}
.xq_title h1{
    font-size: 24px;
    line-height: 38px;
    color:#333;
    font-weight: 600;
    margin-bottom: 26px;
}
.xq_title li{
    display: inline-block;
    padding: 0 46px;
    font-size: 14px;
    color:#737373;
    line-height: 22px;
}
.xq_title li:last-child{
    background-image: url(../img/dianji.png);
    background-position: 22px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}
.xq_title_in{
    height: auto;
    text-align: center;
}
.xq_title_in h2{
    color:#666;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
/* .xq_title_in p{
    font-size: 14px;
    color:#999;
    line-height: 28px;
    margin-bottom: 8px;
} */
.xq_title_in p span{
	/* color:#335CC3; */
}
.xq_title_in>span{
    display: block;
    width: 100%;
    height: auto;
    margin: 24px 0;
}
.xq_title_in span img{
    /* width: 100%;
    height: 100%; */
}
.zixun_wm{
    height: 242px;
    width: 100%;
    margin-top: 42px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 66px;
}
.zixun_wm span{
    display: block;
    width: 100%;
    height: 100%;
}
.zixun_wm span img{
    width: 100%;
    height: 100%;
}

.news-bq{
	display: block;
	width: 1100px;
	margin: 114px auto 0;
	height: auto;
	background-image: url(../img/biaoqian.png);
	background-repeat: no-repeat;
	background-position: left center;
    background-size:14px 14px ;
    padding-left: 24px;
    margin-bottom: 30px;
}
.news-bq span{
	font-size: 14px;
	color: #383838;
	line-height: 22px;
	padding-right: 14px;
}
.news-bq a{
	display: inline-block;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background:#2495dc;
	padding: 0 8px;
	border-radius: 2px;
	margin-right: 10px;
}

.news-fenxiang{
	display: block;
	width: 100%;
	height: 65px;
	border-top: 1px #cccccc dashed;
	border-bottom: 1px #cccccc dashed;
	margin: 0 auto;
	padding: 11px 0;
}
.news-fanhui{
    display: inline-block;
    float:right;
    width: 136px;
    height: 40px;
    background:#2495dc;
    border-radius: 20px;
    padding-left: 32px;
    font-size: 12px;
    color:#fff !important;
    line-height: 40px;
}
.news-fanhui span{
    display: inline-block;
    float:left;
    width: 14px;
    height: 12px;
    margin-right: 6px;
    margin-top: 14px;
}
.news-fanhui span img{
    display: block;
    width: 100%;
    height: 100%;
}

.news-fenxiang em {
	display: inline-block;
	float: left;
    line-height: 40px;
    font-size: 14px;
	color: #666666;
}

.fenxiang-in {
	display: inline-block;
	float: left;
    height: 40px;
}

.fenxiang-in a {
	display: inline-block;
	float: left;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
    margin: 0 4px;
    overflow: hidden;
    background-size: cover;
    background-repeat:no-repeat ;
    background-position: center;
}

.tiaozhuan{
	display: block;
	width: 100%;
    height: 20px;
    margin-top: 50px;
}
.tiaozhuan a{
	display: inline-block;
	width: 50%;
	line-height: 20px;
	font-size: 14px;
	color: #383838;
    float: left;
}
.tiaozhuan a:last-child{
    text-align: right;
}
.tiaozhuan a:hover{
	color: #2495dc;
}
.cp_tuijian{
    height: 312px;
    margin-top: 68px;
}
.cp_tuijian h2{
    height: 46px;
    font-size: 24px;
    line-height: 30px;
    color:#414141;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 32px;
}
.cp_tuijian li{
    display: inline-block;
    width: 306px;
    height: 166px;
    margin-right: 30px;
}
.cp_tuijian li:last-child{
    margin-right: 0;
}
.cp_tuijian li a{
    display: block;
    width: 100%;
    height: 100%;
}
.cp_tuijian_img{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.cp_tuijian_img span{
    display: block;
    width: 100%;
    height: 100%;
}
.cp_tuijian_img span img{
    width: 100%;
    height: 100%;
}
.cp_tuijian_img  p{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0%;
    left:0;
    background:rgba(0,0,0,0.6);
    font-size: 16px;
    color:#fff;
    line-height: 40px;
    text-align: center;
}

.caselist .casetabs-content li{
    width: 33%!important;
}

.nycasetabs-content li:nth-child(3n){
	margin: 0 0 6px 0 !important;
}

.jgtx_box{
	height: auto;
	margin-top: 16px;
}
.jgtx_box>ul{
	width: 100%;
	height: auto;
}
.jgtx_box>ul>li{
	width: 100%;
	/* height: 336px; */
	margin-bottom: 40px;
	overflow: hidden;
}
.jgtx_box>ul>li:nth-child(2n){
	background: #f6f6f6;
}
.jgtx_box>ul>li .imgs{
	width: 40%;
	display: inline-block;
	float: right;
	
}
.jgtx_box>ul>li:nth-child(2n) .imgs{
	float: left;
}
.jgtx_box>ul>li .imgs .img{
	width: 100%;
	height: 330px;
	display: inline-flex;
	overflow: hidden;
}
.jgtx_box>ul>li .imgs .img img{
	width: 100%;
	max-width: 100%;
	transition: all 0.5s;
}
.jgtx_box>ul>li .imgs .img img:hover{transform:scale(1.2);}
.jgtx_box>ul>li .words{
	position: relative;
	width: 60%;
	display: inline-block;
	padding: 32px 64px;
	float: left;
}
.jgtx_box>ul>li:nth-child(2n) .words{
	float: right;
}
.jgtx_box>ul>li .words .title{
	color: #555;
	text-align: left;
}
.jgtx_box>ul>li .words .title .en{
	font-size: 38px;
	line-height: 38px;
	font-family: "Source Han Sans CN";
}
.jgtx_box>ul>li .words .title .cn{
	font-size: 26px;
	line-height: 26px;
	color: #2495dc;
	padding: 15px 0;
	font-family: "Source Han Sans CN";
    border-bottom: 1px solid #2495dc;
}
.jgtx_box>ul>li .words .desc{
	padding-top: 30px;
    font-size: 15px;
	line-height: 30px;
	color: #555555;
    font-family: "Source Han Sans CN";
	text-indent: 17px;
	min-height: 155px;
	display: -webkit-box;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jgtx_box>ul>li .words .more{
	background: #2495dc;
	font-size: 14px;
	color: #fff;
	padding: 6px 16px;
	border-radius: 8px;
	display: inline;

}
.jgtx_box>ul>li div{
	display: block;
	width: 100%;
	height: 100%;
}
.jgtx_box>ul>li .jg{
	width: 100%;
	height: 100%;
	position: relative;
}
.jgtx_box>ul>li .jg .jg_r{
	width: 1065px;
	height: 100%;
	/* border:3px solid #ededed; */
	position: absolute;
	top:0;
	right:0;
	z-index: 1;
	padding-left: 260px;
	padding-right: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .jgtx_box>ul>li .jg .jg_r:hover{
	border:3px solid #2495dc;
} */
.jgtx_box>ul>li .jg .jg_r .r1{
	width: 626px;
	height: auto;
}
.jgtx_box>ul>li .jg .jg_r .r1 h2{
	font-size: 24px;
	color:#2495dc;
	margin-bottom: 6px;
}
.jgtx_box>ul>li .jg .jg_r .r1 p{
	height: 32px;
	position: relative;
	font-size: 14px;
	color:#999;
	text-transform: uppercase;
}
.jgtx_box>ul>li .jg .jg_r .r1 p:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background:#2495dc;
	position: absolute;
	bottom: 0;
	left:0;
}
.jgtx_box>ul>li .jg .jg_r .r1 h4{
	/* display: flex; */
	/* align-items: center; */
	
	width: 100%;
	height: auto;
	min-height: 80px;
	font-size: 16px;
	line-height: 28px;
	color:#333;
	margin-bottom: 8px;
	margin-top: 8px;
}
.jgtx_box>ul>li .jg .jg_r .r1 h4 span{
	color:#666;
}
.jgtx_box>ul>li .jg .jg_r .r1 h5{
	font-size: 24px;
	font-weight: 700;
	color:#333;
}
.jgtx_box>ul>li .jg .jg_r .r1 h5 span{
	font-size: 14px;
	color:#999;
	font-weight: 400;
	margin-left: 8px;
}
.jgtx_box>ul>li .jg .jg_r .r2{
	width: auto;
	height: 120px;
	margin-top: 36px;
	text-align: center;
}
.jgtx_box>ul>li .jg .jg_r .r2 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 8px;
	background:#2495dc;
}
.jgtx_box>ul>li .jg .jg_r .r2 span img{
	width: 37px;
	height: 34px;
}
.jgtx_box>ul>li .jg .jg_r .r2 p{
	font-size: 16px;
	color:#9e9e9e;
}
.jgtx_box>ul>li .jg .cpXq_head_l{
	height: 270px;
	width: 358px;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -135px;
	z-index: 9;
}
.jgtx_box>ul>li .jg .slideBox_cp {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.jgtx_box>ul>li .jg .slideBox_cp .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	left:50%;
	margin-left: -30px;
	z-index: 1;
}
.jgtx_box>ul>li .jg .slideBox_cp .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.jgtx_box>ul>li .jg .slideBox_cp .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	background-color:none;
	border:1px solid #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.jgtx_box>ul>li .jg .slideBox_cp .hd ul li.on {
	background-color: #2495dc;
	border:1px solid #2495dc;
}
.jgtx_box>ul>li .jg .slideBox_cp .bd {
	position: relative;
	height: 270px;
	z-index: 0;
}

.jgtx_box>ul>li .jg .slideBox_cp .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 270px;
	width: 100%;
}

.jgtx_box>ul>li .jg .slideBox_cp .bd li div{
	display: block;
	height:270px;
	width: 358px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.jgtx_box>ul>li .jg1{
	width: 100%;
	height: 100%;
	position: relative;
}
.jgtx_box>ul>li .jg1 .jg_r{
	width: 1065px;
	height: 100%;
	border:3px solid #ededed;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	padding-left: 46px;
	padding-right: 260px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jgtx_box>ul>li .jg1 .jg_r:hover{
	border:3px solid #2495dc;
}
.jgtx_box>ul>li .jg1 .jg_r .r1{
	width: 618px;
	height: auto;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 h2{
	font-size: 24px;
	color:#2495dc;
	margin-bottom: 6px;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 p{
	font-size: 14px;
	height: 34px;
	position: relative;
	color:#999;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 p:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background:#2495dc;
	position: absolute;
	left:0;
	bottom: 0;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 h4{
	width: 100%;
	height: auto;
	min-height: 80px;
	font-size: 16px;
	line-height: 28px;
	color:#333;
	margin-bottom: 8px;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 h5{
	font-size: 24px;
	font-weight: 700;
	color:#333;
}
.jgtx_box>ul>li .jg1 .jg_r .r1 h5 span{
	font-size: 14px;
	color:#999;
	font-weight: 400;
	margin-left: 8px;
}
.jgtx_box>ul>li .jg1 .jg_r .r2{
	width: auto;
	height: 120px;
	margin-top: 52px;
	text-align: center;
}
.jgtx_box>ul>li .jg1 .jg_r .r2 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 8px;
	background:#2495dc;
}
.jgtx_box>ul>li .jg1 .jg_r .r2 span img{
	width: 37px;
	height: 34px;
}
.jgtx_box>ul>li .jg1 .jg_r .r2 p{
	font-size: 16px;
	color:#9e9e9e;
}
.jgtx_box>ul>li .jg1 .cpXq_head_l{
	height: 270px;
	width: 358px;
	border-radius: 6px;
	overflow: hidden;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -135px;
	z-index: 9;
}
.jgtx_box>ul>li .jg1 .slideBox_cp {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	left:50%;
	margin-left: -30px;
	z-index: 1;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	background-color:none;
	border:1px solid #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .hd ul li.on {
	background-color: #2495dc;
	border:1px solid #2495dc;;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .bd {
	position: relative;
	height: 270px;
	z-index: 0;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 270px;
	width: 100%;
}
.jgtx_box>ul>li .jg1 .slideBox_cp .bd li div{
	display: block;
	height:270px;
	width: 358px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.mt_zy_r{
	width: 1200px;
	height: auto;
    margin: 40px auto;
}
.mt_zy_r ul{
	width: 1200px;
}
.mt_zy_r ul li{
	display: inline-block;
	width: 29%;
	/* height: 220px; */
	margin-right: 24px;
	margin-bottom: 26px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.9);
}
.mt_zy_r ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.mt_zy_r ul li a div{
	width: 100%;
	height: 100%;
}
.mt_zy_r ul li a div span{
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.mt_zy_r ul li a div:hover span:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	background-image: url(../images/jia.png);
	background-size: 68px 68px;
	background-repeat: no-repeat;
	background-position: center;
}
.mt_zy_r ul li a div span img{
	width: 100%;
	/* height: 100%; */
}
.mt_zy_r ul li a div p{
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.xiazhai{
	display: block;
    width: 300px;
    font-size: 18px;
    color: #fff!important;
    background: #2495dc;
    /* padding: 8px 16px; */
    border-radius: 8px;
    margin-right: 10px;
    text-align: center;
    height: 50px;
	line-height: 50px;
	margin: 50px auto 0 auto;

}

/* about 改 */
.article .about .top_desc{background: url(../images/about_top_bg.png) no-repeat center center;height: 900px;text-align: center;position: relative;background-size: cover;}
.article .about .top_desc .title{padding-top: 169px;}
.article .about .top_desc .title .name_en{font-family: 'Verdana';font-size: 60px;line-height: 30px;color: #ffffff;text-transform: uppercase;}
.article .about .top_desc .title .name_cn{font-family:"Source Han Sans CN";font-size: 34px;line-height: 30px;color: #ffffff;padding-top: 38px;}
.article .about .top_desc .desc{font-family:"Source Han Sans CN";font-size: 14px;line-height: 30px;color: #ffffff;padding-top: 50px;}
.article .about .top_desc .desc .ani{line-height: 30px;font-size: 14px;color: #ffffff;transition: all 1s;-webkit-animation: all 1s;opacity: 0;-webkit-transform: matrix(1,0,0,1,0,30);transform: matrix(1,0,0,1,0,30);}
.article .about .top_desc .desc .ani.ani_on{opacity: 1;-webkit-transform: matrix(1,0,0,1,0,0);transform: matrix(1,0,0,1,0,0);}
.article .about .top_desc .tip{font-family:"Source Han Sans CN";font-size: 14px;line-height: 16px;color: #ffffff;width: 18px;position: absolute;left: calc( 50% - 9px );bottom: 40px;}
.article .about .top_desc .tip:hover{/*animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;transform: translate3d(1, 0, 0);*/}
.article .about .top_desc .tip .img{margin-top: 14px;background-repeat: no-repeat;background-size: 100% auto;background-position: center top;background-image: url(../images/about_top_shubiao.png);-webkit-animation: updown 1s infinite;width: 18px;height: 45px;transition:all 0.5s;}
.article .about .top_desc .tip .img.hide{display: none;}
.article .about .top_desc .tip .img.type2{background-position: center bottom;}

.about_title{padding-top: 150px;}
.about_title .name{font-size: 36px;line-height: 30px;color: #111111;font-family:"Source Han Sans CN";padding-bottom: 30px;}
.about_title .line{width: 33px;height: 3px;margin: 0 auto;background: #2495dc;}

.article .about .yuanjing{text-align: center;}
.article .about .yuanjing .desc{font-size: 14px;line-height: 30px;color: #444444;font-family:"Source Han Sans CN";padding-top: 44px;}
.article .about .yuanjing .desc{font-size: 14px;line-height: 30px;color: #444444;font-family:"Source Han Sans CN";padding-top: 44px;}
.article .about .yuanjing .copy_list{text-align: center;padding: 95px 0 160px;}
.article .about .yuanjing .copy_list .copy{display: inline-block;width: 29.8vw;vertical-align: top;}
.article .about .yuanjing .copy_list .copy .chanage_img_out{width: 138px;height: 138px;margin: 0 auto;/*overflow: hidden;*/}
.article .about .yuanjing .copy_list .copy .img{width: 100%;height: 100%;display: block;transition:all 0.5s;}
.article .about .yuanjing .copy_list .copy:hover .img{transform: scale(1.15);}
.article .about .yuanjing .copy_list .copy .name_cn{font-size: 22px;line-height:22px;color: #333333;font-family:"Source Han Sans CN";padding-top: 22px;}
.article .about .yuanjing .copy_list .copy .name_en{font-size: 12px;line-height:22px;color: #888888;font-family:"Source Han Sans CN";padding-top: 8px;}
.article .about .yuanjing .copy_list .copy .word{font-size: 16px;line-height:22px;color: #666666;font-family:"Source Han Sans CN";padding-top: 12px;}
.article .about .three{height: 900px;margin-bottom: 36px;transition:all 1s;}
.article .about .three .copy{width: calc( ( 100% - 2px )/3 );float: left;text-align: center;height: 100%;border-left: 1px solid rgba(255,255,255,0.2);}
.article .about .three .copy:first-child{border-left: none;}
.article .about .three .copy .name_cn{font-size:36px;line-height: 22px;color: #fff;font-family:"Source Han Sans CN";padding-top: 236px;transition:all 0.5s;}
.article .about .three .copy .name_en{font-size:18px;line-height: 22px;color: #fff;font-family:'WhitneyMedium';text-transform: uppercase;padding-top: 23px;}
.article .about .three .copy .line{width: 210px;height: 6px;margin: 0 auto;padding-top: 24px;}
.article .about .three .copy .desc{font-size:14px;line-height: 30px;color: #fff;font-family:"Source Han Sans CN";height: 150px;overflow: hidden;padding-top: 33px;}
.article .about .three .copy .bottomimg{padding-top: 55px;height: 124px;}
.article .about .three .copy:hover{background: rgba(36,149,220,0.7);}
.article .about .three .copy:hover .name_cn{padding-top: 226px;}
.article .about .licheng{text-align: center;padding-bottom: 7px;}
.article .about .licheng .list{text-align: center;padding-top: 127px;}
.article .about .licheng .list .bd{display: inline-block;background: url(../images/about_time_img.png) no-repeat center 70px;position: relative;background-size: 100% auto;}
.article .about .licheng .list .bd li{float: left;width: 25%;padding: 10px 0;}
.article .about .licheng .list .bd .year{font-size: 60px;line-height: 30px;color: #555555;font-family: 'Verdana';}
.article .about .licheng .list .bd .year span{font-size: 18px;line-height: 30px;color: #444444;font-family: "Source Han Sans CN";float: right;margin-right: 8%;line-height: 0; padding: 0 30px;}
.article .about .licheng .list .bd .desc{font-size: 16px;line-height: 36px;color: #333333;font-family: "Source Han Sans CN";padding: 114px 30px 0 30px;height: 360px;overflow: hidden;}
.article .about .licheng .list .bd .control{position: absolute;width: 100%;height: 90px;top: 47px;}
.article .about .licheng .list .bd .control img{
	vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.article .about .licheng .list .bd .control .prev{position: absolute;left: -90px;cursor: pointer;width: 60px;height: 60px;}
.article .about .licheng .list .bd .control .next{position: absolute;right: -90px;cursor: pointer;width: 60px; height: 60px;}
.article{padding-bottom: 61px;}

.fix_right{position: fixed;right: 50px;bottom: 35%;z-index: 10000;}
.fix_right .copy{display: block;margin-bottom: 2px;height: 35px;text-align: right;}
.fix_right .copy .name{display: inline-block;font-size: 14px;line-height: 35px;color: #fff;vertical-align: middle;background: url(../images/main_fixright_bg.png) no-repeat center center/cover;min-width: 65px;text-align: center;margin-right: 15px;display: none;padding: 0 18px 0 10px;}
.fix_right .copy .circle{width: 8px;height: 8px;border-radius: 50%;border: 2px solid rgba(0,0,0,0);display: inline-block;vertical-align: middle;margin: 11.5px 0;}
.fix_right .copy .circle .inner{width: 4px;height: 4px;border-radius: 50%;background: #999999;margin: 1px;border: 1px solid #999999;}
.fix_right .copy.cur .circle{border: 2px solid #e50012;}
.fix_right .copy.cur .circle .inner{width: 4px;height: 4px;border-radius: 50%;background: #e50012;margin: 2px;border: none;}